home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 1003 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.7 KB  |  43 lines

  1. Path: fido.asd.sgi.com!austern
  2. From: johnw@jove.acs.unt.edu (John R. Williams)
  3. Newsgroups: comp.std.c++
  4. Subject: Re: Constness/constancy.. let's not sink into Newspeak...
  5. Date: 08 Apr 1996 10:15:24 PDT
  6. Organization: University of North Texas
  7. Approved: austern@isolde.mti.sgi.com
  8. Message-ID: <4k7lqa$k05@hermes.acs.unt.edu>
  9. References: <4k3squ$t1d@nuacht.iol.ie>
  10. NNTP-Posting-Host: isolde.mti.sgi.com
  11. X-Original-Date: 7 Apr 1996 06:02:50 GMT
  12. X-Newsreader: TIN [version 1.2 PL2]
  13. X-Auth: PGPMoose V1.1 PGP comp.std.c++
  14.     iQBVAwUBMWlJrUy4NqrwXLNJAQGyngH5AZkh2OHwM0gO7UyYeVHJfupMisJQsNi/
  15.     C4b6L+THKiM5Hx6oUrLH/uoQAQICeFS/CDokAir7yYspKI9wU3eBXg==
  16.     =atCY
  17. Originator: austern@isolde.mti.sgi.com
  18.  
  19. David Byrden (Goyra@iol.ie) wrote:
  20. >      The draft standard uses 'constness' several times. There is already a 
  21. > perfectly suitable English word, 'constancy', which removes the need for 
  22. > this recently invented, rather crude word. Why give it the stamp of 
  23. > approval?
  24.  
  25. Constness and constancy are not the same. Specifically, constness is a 
  26. means of enforcing constancy. Besides, forming new words like this is a 
  27. time-honored tradition (as much as anything in the programming community 
  28. can be considered 'time-honored', I suppose).
  29.  
  30. --
  31. class JohnWilliams: public Student, public Programmer {
  32. public:
  33.   char const *operator&() const { return "johnw@jove.acs.unt.edu"; }
  34.   char const *homepage () const { return "http://www.unt.edu/~johnw"; }
  35. };
  36. ---
  37. [ comp.std.c++ is moderated.  To submit articles: Try just posting with your 
  38.                 newsreader.  If that fails, use mailto:std-c++@ncar.ucar.edu
  39.   comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
  40.   Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
  41.   Comments? mailto:std-c++-request@ncar.ucar.edu 
  42. ]
  43.